home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2005 November / WNnov2005.iso / Windows / Utilitaires / Beyond Compare / beycmpfr.exe / {app} / BC2.exe / 0 / RCDATA / TPAGESETUPDLG / TPAGESETUPDLG.txt
Text File  |  2005-06-02  |  6KB  |  270 lines

  1. object PageSetupDlg: TPageSetupDlg
  2.   Left = 497
  3.   Top = 359
  4.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Mise en page'
  7.   ClientHeight = 278
  8.   ClientWidth = 467
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poOwnerFormCenter
  17.   OnClose = FormClose
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object OKBtn: TButton
  22.     Left = 176
  23.     Top = 248
  24.     Width = 73
  25.     Height = 23
  26.     Caption = 'OK'
  27.     Default = True
  28.     ModalResult = 1
  29.     TabOrder = 5
  30.     OnClick = OKBtnClick
  31.   end
  32.   object CancelBtn: TButton
  33.     Left = 256
  34.     Top = 248
  35.     Width = 73
  36.     Height = 23
  37.     Cancel = True
  38.     Caption = 'Annuler'
  39.     ModalResult = 2
  40.     TabOrder = 6
  41.   end
  42.   object SetupButton: TButton
  43.     Left = 336
  44.     Top = 248
  45.     Width = 121
  46.     Height = 23
  47.     HelpContext = 43040
  48.     Caption = '&Mise en page'
  49.     TabOrder = 7
  50.     OnClick = SetupButtonClick
  51.   end
  52.   object GroupBox1: TGroupBox
  53.     Left = 8
  54.     Top = 112
  55.     Width = 241
  56.     Height = 89
  57.     Caption = 'Marges (pouces)'
  58.     TabOrder = 1
  59.     object Label1: TLabel
  60.       Left = 38
  61.       Top = 60
  62.       Width = 22
  63.       Height = 13
  64.       Alignment = taRightJustify
  65.       Caption = 'Haut :'
  66.     end
  67.     object Label2: TLabel
  68.       Left = 37
  69.       Top = 28
  70.       Width = 23
  71.       Height = 13
  72.       Alignment = taRightJustify
  73.       Caption = 'Gauche :'
  74.     end
  75.     object Label3: TLabel
  76.       Left = 143
  77.       Top = 28
  78.       Width = 29
  79.       Height = 13
  80.       Alignment = taRightJustify
  81.       Caption = 'Droite :'
  82.     end
  83.     object Label4: TLabel
  84.       Left = 134
  85.       Top = 60
  86.       Width = 38
  87.       Height = 13
  88.       Alignment = taRightJustify
  89.       Caption = 'Bas :'
  90.     end
  91.     object TopMarginEdit: TEdit
  92.       Left = 64
  93.       Top = 56
  94.       Width = 49
  95.       Height = 21
  96.       HelpContext = 43010
  97.       TabOrder = 2
  98.       OnChange = MarginEditChange
  99.     end
  100.     object LeftMarginEdit: TEdit
  101.       Left = 64
  102.       Top = 24
  103.       Width = 49
  104.       Height = 21
  105.       HelpContext = 43010
  106.       TabOrder = 0
  107.       OnChange = MarginEditChange
  108.     end
  109.     object RightMarginEdit: TEdit
  110.       Left = 176
  111.       Top = 24
  112.       Width = 49
  113.       Height = 21
  114.       HelpContext = 43010
  115.       TabOrder = 1
  116.       OnChange = MarginEditChange
  117.     end
  118.     object BottomMarginEdit: TEdit
  119.       Left = 176
  120.       Top = 56
  121.       Width = 49
  122.       Height = 21
  123.       HelpContext = 43010
  124.       TabOrder = 3
  125.       OnChange = MarginEditChange
  126.     end
  127.   end
  128.   object PreviewBox: TGroupBox
  129.     Left = 264
  130.     Top = 8
  131.     Width = 193
  132.     Height = 233
  133.     Caption = 'Pr'#233'visualisation'
  134.     TabOrder = 2
  135.     object ShadowShape: TShape
  136.       Left = 54
  137.       Top = 44
  138.       Width = 85
  139.       Height = 109
  140.       Brush.Color = clGray
  141.       Pen.Style = psClear
  142.     end
  143.     object PageShape: TShape
  144.       Left = 54
  145.       Top = 40
  146.       Width = 85
  147.       Height = 110
  148.     end
  149.     object MarginShape: TShape
  150.       Left = 62
  151.       Top = 48
  152.       Width = 69
  153.       Height = 95
  154.       Brush.Style = bsClear
  155.       Pen.Style = psDot
  156.     end
  157.     object TextSample: TLabel
  158.       Left = 84
  159.       Top = 76
  160.       Width = 23
  161.       Height = 36
  162.       Caption = 'A'
  163.       Font.Charset = DEFAULT_CHARSET
  164.       Font.Color = clWindowText
  165.       Font.Height = -32
  166.       Font.Name = 'Times New Roman'
  167.       Font.Style = [fsBold]
  168.       ParentFont = False
  169.       Transparent = True
  170.     end
  171.     object PortraitBtn: TBCRadioButton
  172.       Left = 16
  173.       Top = 188
  174.       Width = 56
  175.       Height = 17
  176.       HelpContext = 43020
  177.       Caption = 'Portrait'
  178.       TabOrder = 0
  179.       OnClick = OrientationClick
  180.     end
  181.     object LandscapeBtn: TBCRadioButton
  182.       Left = 16
  183.       Top = 208
  184.       Width = 71
  185.       Height = 17
  186.       HelpContext = 43021
  187.       Caption = 'Paysage'
  188.       TabOrder = 1
  189.       OnClick = OrientationClick
  190.     end
  191.   end
  192.   object ReportFont1Btn: TButton
  193.     Left = 8
  194.     Top = 216
  195.     Width = 153
  196.     Height = 23
  197.     HelpContext = 43030
  198.     Caption = 'Police de l'#39'&ent'#234'te...'
  199.     TabOrder = 3
  200.     OnClick = ReportFont1BtnClick
  201.   end
  202.   object ReportFont2Btn: TButton
  203.     Left = 8
  204.     Top = 248
  205.     Width = 153
  206.     Height = 23
  207.     HelpContext = 43031
  208.     Caption = 'Police du &corps...'
  209.     TabOrder = 4
  210.     OnClick = ReportFont2BtnClick
  211.   end
  212.   object GroupBox2: TGroupBox
  213.     Left = 8
  214.     Top = 8
  215.     Width = 241
  216.     Height = 97
  217.     Caption = 'Options'
  218.     TabOrder = 0
  219.     object Notebook: TNotebook
  220.       Left = 4
  221.       Top = 22
  222.       Width = 233
  223.       Height = 59
  224.       TabOrder = 0
  225.       object TPage
  226.         Left = 0
  227.         Top = 0
  228.         Caption = 'General'
  229.         object PageBreaks: TBCCheckBox
  230.           Left = 8
  231.           Top = 0
  232.           Width = 162
  233.           Height = 17
  234.           HelpContext = 43001
  235.           Caption = 'Saut de page entre les rapports'
  236.           TabOrder = 0
  237.         end
  238.       end
  239.       object TPage
  240.         Left = 0
  241.         Top = 0
  242.         Caption = 'Margins'
  243.         object HorizRules: TBCCheckBox
  244.           Left = 8
  245.           Top = 0
  246.           Width = 187
  247.           Height = 17
  248.           Caption = 'Horizontal rules DO NOT LOCALIZE'
  249.           TabOrder = 0
  250.           Visible = False
  251.         end
  252.       end
  253.     end
  254.   end
  255.   object PrinterSetupDialog: TPrinterSetupDialog
  256.     Left = 416
  257.     Top = 176
  258.   end
  259.   object FontDialog: TFontDialog
  260.     Font.Charset = DEFAULT_CHARSET
  261.     Font.Color = clWindowText
  262.     Font.Height = -11
  263.     Font.Name = 'MS Sans Serif'
  264.     Font.Style = []
  265.     Device = fdBoth
  266.     Left = 384
  267.     Top = 176
  268.   end
  269. end
  270.